Upgrade from Web3Modal to Reown AppKit for Android
This upgrade guide helps developers transition from using the Web3Modal library to the AppKit within reown-kotlin. The upgrade involves updating imports, modifying class references and updating artefacts dependencies. Follow these steps to ensure a smooth migration.
If you have ProGuard rules defined remember to update them
Copy
// Remove the following code lines- -keep class com.walletconnect.web3.modal.client.Wallet$Model { *; }- -keep class com.walletconnect.web3.modal.client.Wallet { *; }+ -keep class com.reown.appkit.client.Wallet$Model { *; }+ -keep class com.reown.appkit.client.Wallet { *; }